OpenBuildings GenerativeComponents Help

RotateSequence

Returns a new list comprising all members of the given list, but with the sequence rotated towards zero.

object[] RotateSequence(object[] list, int amountOfRotationTowardsZero)

If the given amount is negative, the sequence is rotated away from zero.